Conversation
|
This will throw a fit with anything below Erlang 17 though. I imagine the safer solution, at least until 18 is out, would be to just suppress the deprecation warnings, no?
|
|
The right solution is probably to branch off a development path and keep 'master' stable. There are so many things I want to do to emysql but the problem is I have to obey the old API. Having a branch-point with 17+ support could be a way to work around this. |
|
Kinda feels like the forking problem that you worked so hard to reign in. A couple other thoughts here:
The problem with ignoring the compilation warnings is that this problem is On Wed, Oct 1, 2014 at 8:39 AM, Jesper Louis Andersen <
|
|
How about this?choptastic@a80db4c It works like the existing crypto_compat script and creates types emysql_dict, emysql_queue (using dict() for <17 and dict:dict() for 17+) which can then safely be pulled into apps and allows us to remove the "nowarn_deprecated" flag. I briefly tested it with 17.3 and R16B. |
|
Could work! |
No description provided.